home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TSTDTREEDLG / TSTDTREEDLG.txt
Text File  |  1999-07-27  |  2KB  |  83 lines

  1. object STDTREEDLG: TSTDTREEDLG
  2.   Left = 228
  3.   Top = 303
  4.   HelpContext = 440
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 100
  8.   ClientWidth = 357
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TextField: TLabel
  18.     Left = 5
  19.     Top = 8
  20.     Width = 348
  21.     Height = 33
  22.     AutoSize = False
  23.     ShowAccelChar = False
  24.     WordWrap = True
  25.   end
  26.   object InputLine: TEdit
  27.     Left = 16
  28.     Top = 40
  29.     Width = 329
  30.     Height = 21
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     OnKeyDown = InputLineKeyDown
  38.   end
  39.   object OK: TButton
  40.     Tag = 4001
  41.     Left = 68
  42.     Top = 69
  43.     Width = 90
  44.     Height = 24
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.     OnKeyDown = InputLineKeyDown
  50.   end
  51.   object id_calltree: TButton
  52.     Tag = 2
  53.     Left = 162
  54.     Top = 69
  55.     Width = 90
  56.     Height = 24
  57.     Caption = '&Tree'
  58.     TabOrder = 2
  59.     OnClick = id_calltreeClick
  60.     OnKeyDown = InputLineKeyDown
  61.   end
  62.   object Cancel: TButton
  63.     Tag = 4002
  64.     Left = 256
  65.     Top = 69
  66.     Width = 90
  67.     Height = 24
  68.     Cancel = True
  69.     Caption = 'Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 3
  72.     OnKeyDown = InputLineKeyDown
  73.   end
  74.   object Translate1: TTranslate
  75.     Tag = 5000
  76.     Top = 76
  77.   end
  78.   object ResolutionFix1: TResolutionFix
  79.     Left = 328
  80.     Top = 72
  81.   end
  82. end
  83.